.head{
    width:100%;
    height:120px;
    position:fixed;
    top:0;
    left:0;
    z-index:10;
    background:rgba(255,255,255,0.2);
    border-bottom:1px solid rgba(39, 102, 190, 0.5);
    transition:all 0.5s;
}

.zwf{
    height:120px;
}

.topbg{
    background:rgba(255,255,255,1);
    border-bottom:1px solid rgba(39, 102, 190, 1);
}

.w1200{
    width: 100%;
    max-width:1200px;
    margin:auto;
}

.head-container{
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logoA{
    height:100%;
    display:flex;
    align-items:center;
}

.logoA img{
    max-height:100%;
}

.head-nav{
    height:100%;
    display:flex;
    align-items:center;
}

.nav-li{
    width:100px;
    height:100%;
    position:relative;
}

.navA{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:16px;
    color:#393939;
}

.navchild{
    width:120px;
    position:absolute;
    top:100%;
    left:0;
    z-index:10;
    display:none;
}

.nav-li:hover .navchild{
    display:block;
}

.navchild-li{
    width:100%;
    height:50px;
    margin-top:2px;
    background:rgba(255,255,255,0.7);
    border:1px solid rgba(39, 102, 190, 0);
    position: relative;
}

.topbg .navchild-li{
    background:rgba(255,255,255,1);
    border:1px solid rgba(39, 102, 190, 1);
}
.navchild-li ul{
    padding-left: 2px;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 120px;
    display: none;
    text-align: center;
}
.navchild-li:hover ul{
    display: block;
}
.navchild-li ul li{
    padding: 15px 0;
    margin-bottom: 1px;
    background: #fff;
    border: 1px solid rgba(39, 102, 190, 1);
}
.navchild-li ul li a{
    color: #333;
}
.navchildA{
    width:100%;
    height:100%;
    color:#333;
    font-size:14px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.tel{
    display: flex;
    color: #d82716;
    font-size: 20px;
}
.tel p{
    font-weight: bold;
    font-size: 24px;
}

.swiper1{
    position:relative;
}

.w-100{
    width:100%;
}

.prev1,.next1,.page1{
    display:none;
}

.box-serach{
    width:100%;
    height:50px;
}

.search-content{
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.serach_inp{
    width: 120px;
    height: 30px;
    font-size:12px;
    border:1px solid #ccc;
    background-color: #fff;
    padding-left:10px;
}

.serach-right form{
    display:flex;
    align-items:center;
}

.serach_bt{
    width:40px;
    height:32px;
    border:1px solid #ccc;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
    border-left:0;
    background:white;
    cursor:pointer;
}

.product{
    width:100%;
    background:url(../images/cpbg.jpg) center top no-repeat;
    background-size: cover;
    padding:45px 0;
}

.product-name{
    font-size:36px;
    color:#666;
    text-align:center;
    margin-bottom:10px;
}

.indexcp_img{
    border:1px solid #eee;
}

.cardshowl img{
    width:375px;
    border:1px solid #eee;
}

.product-card{
    display: flex;
    justify-content: space-between;
    margin-top:40px;
}

.cardshow{
    display: flex;
    justify-content: space-between;
}

.product_main{
    width:248px;
}

.main-title{
    background:#2766be;
    padding:15px 0;
    border-bottom:1px solid #fff;
    color:white;
    text-align:center;
    font-size:26px;
}

.product-ul{
    background:#2766be;
    padding: 10px;
}

.product-li{
    width:100%;
    margin: 10px 0;
    position: relative;
}
.product-li span{
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 37px;
    background: url(../images/more-w.png) center no-repeat;
    right: 0;
    top: 0;
    cursor: pointer;
}
.product-li.prowhite span{
    background: url(../images/more.png) center no-repeat;
}

.product-li:hover span{
    background: url(../images/more.png) center no-repeat;
}
.product-li span:hover{
    background: url(../images/more-w.png) center no-repeat;
}
.product-li ul{
    background: #fff;
    text-align: center;
    position: absolute;
    width: 101%;
    z-index: 2;
    border: 1px solid #fff;
}
.product-li ul li a{
    display: block;
    padding: 3px 0;
    color: #000;
}
.product-li ul li a:hover{
    background: #2766be;
    color: #fff;
}
.product-li.show{
    background: #fff;
}
.product-li.show span{
    background: url(../images/more.png) center no-repeat;
}
.product-li.show .productA{
    color: #2766be;
}
.product-li.show ul{
    display: block !important;
}
.productA{
    width:100%;
    padding: 7px 0;
    color:white;
    border:1px solid white;
    font-size:16px;
    display: inline-block;
    text-align: center;
}

.productA:hover{
    background:white;
    color:#2766be;
}

.prowhite{
    background:white;
}
.prowhite .productA{
    color:#2766be;
}
.cardshowr{
    flex:1;
    margin-left:30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.prodlist-title{
    font-size:26px;
    color:#000;
}

.more{
    display:flex;
    align-items:center;
}

.cardA1{
    width:120px;
    height:50px;
    background:#2766be;
    color:white;
    font-size:15px;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:30px;
}

.cardA1:hover{
    color:white;
}

.cardA2{
    width:120px;
    height:50px;
    background:#b9b9b9;
    color:white;
    font-size:15px;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.cardA2:hover{
    color:#fff;
}

.swiper2{
    flex:1;
    min-height:300px;
    margin-left:45px;
}

.cardct{
    margin-top:10px;
    font-size:15px;
    color:#606060;
}

.cardct-ul{
    line-height: 24px;
}

.swiper2{
    overflow:hidden;
    position:relative;
}

.cplbbt{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:10px;
}

.cplb-title{
    color:#333;
    font-size:16px;
}

.zyan{
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%,0);
}

.prev2{
    background:#2766be;
    cursor:pointer;
    margin-right:25px;
}

.next2{
    background:#2766be;
    cursor:pointer;
}

.cpys{
    width:100%;
    height:auto;
    background:url(../images/ysbg.jpg) top center no-repeat;
    background-size: cover;
    padding:30px 0;
}

.cpys_name{
    font-size:40px;
    color:white;
    text-align:center;
    line-height:1;
}

.cpys_subname{
    font-size:20px;
    color:white;
    text-align:center;
    margin-top:15px;
}

.cpys_ct{
    width:100%;
    height:auto;
    background:url(../images/ysyh.png) center center no-repeat;
    margin-top:20px;
    position:relative;
}

.cpys_ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.cpys_li{
    width:34%;
    margin:28px 0;
}

.cpys-top{
    display:flex;
    align-items:center;
    color:white;
}

.cpys-num{
    font-size:48px;
    font-style: italic;
    font-weight: bold;
    margin-right:10px;
}

.cpys-title{
    font-size:24px;
    font-style: italic;
}

.cpys-desc{
    color:white;
}

.ysimg{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:9px;
}

.about{
    width:100%;
    height:auto;
    background:url(../images/gybg.jpg) top center no-repeat;
    background-size: cover;
    padding:30px 0 30px 0;
}

.about-ct{
    display:flex;
    justify-content:space-between;
    margin-top:18px;
}

.aboutl{
    width:59%;
    margin-right:45px;
    display:flex;
    flex-flow:column;
    justify-content:space-between;
}

.about-detail{
    text-align:justify;
    font-size:16px;
    color:#000;
    line-height:30px;
    text-indent:30px;
}

.ppkb{
    display:flex;
    justify-content:space-between;
}

.ppkb-li{
    display:flex;
    align-items:center;
    margin-right:40px;
}

.ppkb-li img{
    margin-right:15px;
}

.ppkb-top{
    font-size:20px;
    font-weight:bold;
    color:#000;
}

.ppkb-text{
    color:#000;
    font-size:14px;
}

.aboutr{
    padding-right:15px;
}

.aboutr img{
    box-shadow: 15px 15px 0px 0px #2766be;
}

.app{
    width:100%;
    height:auto;
    background:url(../images/appbg.jpg) center top no-repeat;
    background-size: cover;
    padding:30px 0 50px 0;
}

.app-name{
    color:#fff;
}

.app_ul{
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}

.app_li{
    display:flex;
    flex-flow:column;
    justify-content:space-between;
}

.new{
    width:100%;
    height:auto;
    background:url(../images/newbg.jpg) center top no-repeat;
    background-size: cover;
    padding:20px 0;
}

.newmain{
    display:flex;
    justify-content:space-between;
    margin-top:25px;
}

.footer{
    width:100%;
    height:auto;
    background:url(../images/footbg.jpg) center top no-repeat;
    background-size: cover;
}

.foot-content{
    display:flex;
    justify-content:space-between;
    padding-top:50px;
}

.footm{
    display:flex;
}

.footnav{
    color:white;
    margin-right:70px;
}

.footnav:last-child{
    margin-right:0;
}

.navchild-li{
    color:white;
}

.ftchild-li{
    margin:10px 0;
}

.footnav a{
    color:white;
}

.footnav-title{
    font-size:20px;
}

.foot-li{
    margin:10px 0;
}

.copysp{
    text-align:center;
    color:white;
    font-size:14px;
    border-top:1px solid white;
    margin-top:40px;
    padding:10px 0;
}

.copys{
    display:block;
    text-align:center;
}

.copys a{
    color:white;
}

.yqlj{
    display:none;
}

.inpage-content{
    padding:40px 0;
    position:relative;
}

.redirect{
    display:flex;
    align-items:center;
    color:#000;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.present{
    margin-left:10px;
}

.present a{
    color:#000;
}

.inpage-detail{
    color:#585858;
    font-size:18px;
    line-height:30px;
    margin-top:20px;
}

.inpagel{
    z-index: 9;
    min-width: 45%;
    height: 50px;
    margin-top: 20px;
}

.topic{
    display: flex;
    height: 100%;
}

.topic-li{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: rgba(39, 102, 190, 0.9);
    padding: 10px 42px;
}
.topic-li ul{
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid rgba(39, 102, 190, 0.9);
    text-align: center;
    width: 100%;
    display: none;
    z-index: 999;
}
.topic-li:hover ul{
    display: block;
}
.topic-li ul li a{
    display: block;
    padding: 5px 0;
    color: #000;
}
.topic-li ul li a:hover{
    background: rgba(39, 102, 190, 0.9);
    color: #fff;
}
.topicA{
    color:white;
}

.topicA:hover{
    color:white;
}

.dhbz{
    margin-top:20px;
}

.inpager{
    margin-top:20px;
}

.cplist{
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
}

.cplist-li{
    width:23%;
    margin-right:2.333%;
    margin-top:20px;
}

.cplist-li:nth-child(4n){
    margin-right:0;
}

.cplist-li img{
    max-width:100%;
    border:1px solid #eee;
}

.cpdetaill{
    width:39%;
    position:relative;
}

.mysp_slide img{
    width:100%;
}

.mySwiper img{
    width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.mySwiper .swiper-slide{
    border: 2px solid #eee;
}

.swiper-slide-thumb-active{
    border: 2px solid red !important
}

.mySwiper2{
    margin-bottom:20px !important;
}

.mySwiper2 img{
    border:2px solid #eee;
}

.mysp_slide{
    position:relative;
}

.float_layer{
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    display: none;
    cursor: move;
}

.myfdj{
    position: absolute;
    top: 0;
    left: 102%;
    width: 200px;
    height: 200px;
    display: none;
    z-index:5;
    background:white;
    border:1px solid #eee;
}

.myfdj-content{
    position: relative;
    width:100%;
	height:100%;
}

.big_box{
    position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	/* display:none; */
}

.big_box img{
    position: absolute;
}

.mynext{
    width:40px;
    height:40px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
    right:-40px;
    z-index:5;
    font-size:30px;
    font-weight:bold;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    transform: translateY(-50%);
    transition:all 0.5s;
    opacity:0;
}

.myprev{
    width:40px;
    height:40px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
    left:-40px;
    z-index:5;
    font-size:30px;
    font-weight:bold;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
    transform: translateY(-50%);
    transition:all 0.5s;
    opacity:0;
}

.cpdetaill:hover .myprev{
    left:3px;
    opacity:1;
}

.cpdetaill:hover .mynext{
    right:3px;
    opacity:1;
}

.cplist-title{
    color:#000;
    text-align:center;
    padding:5px 0;
}

.pageindex{
    text-align:center;
    margin-top:20px;
}

.cpdetail{
    display:flex;
    justify-content:space-between;
}

.cpdetailr{
    flex:1;
    margin-left:50px;
    font-size:16px;
}

.cpdetail-title{
    font-size:25px;
}

.cpdetail-ct{
    line-height:28px;
    margin-top:30px;
}

.cpdetail-ct img{
    max-width:100%;
    max-height:234px;
}

.cpsxp{
    margin:10px 0;
    padding-top:10px;
}

.cpsxp span{
    margin-right:20px;
}

.newlist{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.newlist-li{
    width:48%;
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.newlist-date{
    width:85px;
    height:85px;
    padding:10px 0;
    display:flex;
    justify-content:space-between;
    flex-flow:column;
    align-items:center;
    background:#f5f5f5;
}

.newlist-d{
    font-size:35px;
    font-style: italic;
    font-weight:bold;
}

.newlist-ym{
    font-style: italic;
}

.newlistr{
    flex:1;
    margin-left:30px;
}

.new_card{
    flex:1;
    margin-left:50px;
    height:446px;
    overflow:hidden;
}

.newmainl{
    background: #e0e0e0;
    padding: 25px;
}

.new-li{
    padding:12px 0;
    border-bottom:1px solid #ddd;
}

.indexnewA{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:10px;
}

.newsjx{
    width:0;
    height:0;
    border-style:solid;
    border-width:6px 12px;
    border-color:transparent transparent transparent #000;
}

.newl{
    display:flex;
    align-items:center;
}

.new-title{
    color:#000;
}

.dates{
    color:#000;
}

.indexnewA:hover .newsjx{
    border-color:transparent transparent transparent #2766be;
}

.indexnewA:hover .new-title{
    color:#2766be;
}

.indexnewA:hover .dates{
    color:#2766be;
}

.newlist-title{
    color:#000;
}

.newlist-li:hover .newlist-date{
    background:#2766be;
}

.newlist-li:hover .newlist-d{
    color:white;
}

.newlist-li:hover .newlist-ym{
    color:white;
}

.newlist-ct{
    color:#000;
}

.newlistA{
    height:100%;
    display:flex;
    flex-flow:column;
    justify-content:space-between;
}

.newdetail-top{
    text-align:center;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.newdetail-top h1{
    font-size:20px;
    margin-bottom:10px;
}

.newdetail-top span{
    color:#999;
}

.newdetail-ct{
    line-height:28px;
    text-align:justify;
    margin-bottom:20px;
}

.lxpage{
    margin-top:20px;
    display:flex;
    justify-content:space-between;
}

.lxpager{
    flex:1;
    margin-left:40px;
}

#map{
    width:100%;
    height:100%;
}

.lxpagel-li{
    border-bottom:1px solid #eee;
    padding:20px;
}

.lxpageA{
    color:#000;
}

.hzhb{
    margin-top:40px;
}

.hzhb-content{
    display:flex;
    flex-wrap:wrap;
}

.hzhb-content p{
    margin-bottom:20px;
    margin-right:20px;
}

.hzhb-content p:nth-child(4n){
    margin-right:0;
}

.hzhb-content p img{
    max-width:100%;
}

.app_swp{
    flex:1;
    overflow:hidden;
    margin:0 10px;
}

.page4{
    text-align:right !important;
    padding-right:10px;
}

.swiper4 .swiper-pagination-bullet{
    background:white;
    opacity:0.5;
}

.swiper4 .swiper-pagination-bullet-active{
    opacity:1;
}

.pro_contant{
    padding:20px 0;
}

.sspage-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.sspage-li{
    width:45%;
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid #ccc;
    padding:10px 0;
}

.news_left{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 60px;
    background: rgba(39, 102, 190, 0.9);
    color:white;
}

.p1{
    font-size: 18px;
    line-height: 1.2;
}

.searchA{
    flex:1;
    margin-left:40px;
}

.footr img{
    width:120px;
    border:1px solid #eee;
}

.yqljs{
    display:flex;
    padding-left:10px;
    align-items:center;
}

.yqljA{
    color:#666;
    font-size:12px;
    margin:0 5px;
}